@charset "utf-8";
/* CSS Document */

 @charset "utf-8";
 
 /* ~~this fixed width container surrounds the other divs~~ */
	font-family: Verdana, Geneva, sans-serif;

*
[
box-sizing: border-box;
}

.container {
	width: 100%;
	background-color: #FFFFFF; /* the auto value on the sides, couled with the width, centers the layout */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.header {
	background-repeat: no-repeat;
	text-align: left;
	width: 960px;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	color: #FFF;
	border-top-style: none;
	border-top-color: #FFF;
	border-left-color: #FFF;
	margin-right: 40px;
	background-image: url(../images_2022/headerimg22.jpg);
	padding-bottom: 20px;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
h1 { 
font-size: 1.5em;
	font-variant: normal;
	padding-left: 1em;
	line-height: 1.9em;
	padding-top: 3px;
	font-style: italic;
	font-weight: bold;
	font-family: Garamond;
}

h2 {
	font-size: 1.3em;
	font-variant: normal;
	padding-left: 1em;
	line-height: 1.9em;
	padding-top: 3px;
	font-style: italic;
	font-weight: bold;
	font-family: Garamond;
}

h3 {
	font-size: 1.35em;
	font-variant: normal;
	line-height: normal;
	padding-left: 1.5em;
}

h4 {
	font-size: 1.225em;
	font-variant: small-caps;
	padding-left: 1.5em;
	line-height: 1.5em;
	margin-top: 20px;
}

h5 {
	font-size: 0.9em;
	font-variant: normal;
	padding-left: 2em;
	color: #999;
	padding-left: 1.5em;
}

h6 {
	font-size: 0.8em;
	font-variant: small-caps;
	padding-left: 1.5em;
	color: #999;
}

p {
	padding-left: 1.8em;
	color: #767676;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}




body {
	background-color: #ffff;
	padding: 0;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	
}

.content {
	width: 70%;
	float: left;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16	
	px;
	border: thin solid #ddd;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/*Create 2 boxes/columns that floats next to each other*/


/* ~~ navbar ~~ */
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	width: 170px;
}

.nav {
	float: left;
	width: 170px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #739383;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

ul. nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666;
	padding-top: 0px;	
	width: 175px;
	
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 170px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your nav container. */
	text-decoration: none;
	background-color: #FFFFFF;
	color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

ul.text a:hover, ul.text a:active, ul.text a:focus {
	background-color: #009900;
	color: #FFF;
}
	
a:link {
	color: #739383;
	text-decoration: none;
	font-size: 14px;
	line-height: 2em;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
	width: 175px;
	padding-left: 1.5em;
}

a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FFF;
	background-color: #739383;	
}

/* ~~ end navbar ~~ */
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family: Garamond;
	color: #666;
}


.poem {
	font-family: "Baskerville", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.5em;
	color: #999;
	border: thin solid #396;
	background-image: url(../images_2022/spring1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
	
blockquote {
	background-color: #e7e7e7;
	padding-top: 1.7em;
	padding-bottom: 1.7em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	color: #666666;
	padding-right: 1.1em;
	padding-left: 1.5em;
}


	
img {
	float: left;
	padding: 3px;
	height: 300px;
	width: 500px;
	border: thin solid silver;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 20px;
}
 img.alignright { display : inline; float : right; height: 310px; width : 370px; margin : 10; border : silver solid thin; padding: 10px; }
  
 img.alignleft { height: 310px; width : 370px; margin-top : 10; margin-left : 0; border : silver solid thin; padding: 5px; margin-right: 10px; }
	   img.center {
	display : block;
	margin-left : auto;
	margin-right : auto;
	border : silver solid thin; padding: 5px; margin-right: 10px;
} 



.poem {
	font-family: Baskerville, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	padding-left: 5px;
	line-height: 1.5em;
	color: #999;
	border: thin solid #396;
	background-image: url(../images_2022/spring1.jpg)
	;

}

.poem . #p {
	font-family: "Baskerville, Palatino Linotype", "Times New", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #111;
}




ul.nav li {
	width: 170px;
	padding-top: 20px;
	color: #060;
	border-bottom-style: solid;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your nav container. */
	text-decoration: none;
	background-color: #FFFFFF;
	color: #099;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #009900;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}






#festival {
	font-size: 16px;
	font-style: italic;
	color: #060;
	background-color: #FFe4e1;
	width: 600px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 1.5px;
	padding-right: 1.5px;
	padding-bottom: 1.5px;
	padding-left: 1.5px;
}

.poster {
	width: 80%;
	border: thin solid #d8d8d8;
	background-color: #FFe4e1;
	padding-top: 2em;
	padding-left: 1em;
	color: #666;
	padding-bottom: 2em;
	font-family: "Baskerville Old Face";
	float: left;
}


/* ~~ The footer ~~ */


.footer {
	background-color: #739383;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #006600;
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */	
	margin-top: 0;
	
}
.sidebar1 {
	float: left;
	width: 180px;
}
